home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMUUENCODE / TFRMUUENCODE.txt
Encoding:
Text File  |  2004-07-08  |  2.5 KB  |  133 lines

  1. object frmUUEncode: TfrmUUEncode
  2.   Left = 460
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmUUEncode'
  6.   ClientHeight = 124
  7.   ClientWidth = 401
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lSourceFile: TLabel
  24.     Left = 8
  25.     Top = 20
  26.     Width = 52
  27.     Height = 13
  28.     Caption = 'lSourceFile'
  29.   end
  30.   object lTargetFile: TLabel
  31.     Left = 8
  32.     Top = 52
  33.     Width = 49
  34.     Height = 13
  35.     Caption = 'lTargetFile'
  36.   end
  37.   object lAction: TLabel
  38.     Left = 8
  39.     Top = 77
  40.     Width = 32
  41.     Height = 13
  42.     Caption = 'lAction'
  43.   end
  44.   object cbAction: TComboBox
  45.     Left = 8
  46.     Top = 94
  47.     Width = 145
  48.     Height = 21
  49.     Style = csDropDownList
  50.     ItemHeight = 13
  51.     TabOrder = 4
  52.     OnKeyDown = FormKeyDown
  53.     Items.Strings = (
  54.       '*'
  55.       '*')
  56.   end
  57.   object cbWriteTable: TCheckBox
  58.     Left = 176
  59.     Top = 96
  60.     Width = 97
  61.     Height = 17
  62.     Caption = 'cbWriteTable'
  63.     TabOrder = 7
  64.   end
  65.   object btnOk: TButton
  66.     Left = 320
  67.     Top = 8
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'btnOk'
  71.     Default = True
  72.     Enabled = False
  73.     TabOrder = 0
  74.     OnClick = btnOkClick
  75.   end
  76.   object btnCancel: TButton
  77.     Left = 320
  78.     Top = 40
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'btnCancel'
  83.     TabOrder = 1
  84.     OnClick = btnCancelClick
  85.   end
  86.   object btnGetSource: TButton
  87.     Left = 280
  88.     Top = 18
  89.     Width = 25
  90.     Height = 17
  91.     Caption = '...'
  92.     TabOrder = 5
  93.     OnClick = btnGetSourceClick
  94.   end
  95.   object btnGetTarget: TButton
  96.     Left = 280
  97.     Top = 50
  98.     Width = 25
  99.     Height = 17
  100.     Caption = '...'
  101.     TabOrder = 6
  102.     OnClick = btnGetTargetClick
  103.   end
  104.   object oeSourceFile: TEdit
  105.     Left = 64
  106.     Top = 16
  107.     Width = 209
  108.     Height = 21
  109.     TabOrder = 2
  110.     OnKeyDown = oeSourceFileKeyDown
  111.   end
  112.   object oeTargetFile: TEdit
  113.     Left = 64
  114.     Top = 48
  115.     Width = 209
  116.     Height = 21
  117.     TabOrder = 3
  118.     OnChange = oeTargetFileChange
  119.     OnKeyDown = FormKeyDown
  120.   end
  121.   object fzUUEnc: TUUEncode
  122.     DeleteOptions = doAllowUndo
  123.     OnError = fzUUEncError
  124.     CompressMethod = cmUUEncode
  125.     DefaultExt = '.uue'
  126.     KBytesPerVolume = 0
  127.     WriteTableToFile = False
  128.     OnFileExists = fzUUEncFileExists
  129.     Left = 344
  130.     Top = 80
  131.   end
  132. end
  133.